home *** CD-ROM | disk | FTP | other *** search
- --- triplas.cpp ---
- A variation on the original plasma algorithm by Bret Mulvey.
- Copyright (c) 1995 David Johnston
-
- Last modified March 1st, 1995.
-
- The Story: I got sick and tired of the plain old plasma, because it
- always introduced artifacts into its creation in the form of virticle
- and horizontal definition lines. This was especially apparent when
- the plasma screen was projected three dimentionally. So I decided to
- write a plasma based on a triangle, in stead of the traditional
- rectangle. Here is the end product. I hope you like it :)
-
- This program was written for Turbo C++ v3.0. With little modification
- it should compile all right under other compilers. It should compile
- flawlessly under Borland C++.
-
- Any feedback you have would be appreciated. You can email me at:
-
- daj@lclark.edu
-